home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / DRIVER.CAB / oldm95.gpd < prev    next >
Encoding:
Text File  |  1999-07-30  |  60.1 KB  |  1,568 lines

  1. *%
  2. *% Copyright (c) 1997 - 1999 Microsoft Corporation
  3. *% All Rights Reserved.
  4. *%
  5. *GPDSpecVersion: "1.0"
  6. *Include: "StdNames.gpd"
  7. *GPDFileVersion: "1.0"
  8. *GPDFileName: "oldm95.gpd"
  9. *ModelName: "Olivetti DM 95"
  10. *MasterUnits: PAIR(720, 432)
  11. *ResourceDLL: "old9res.dll"
  12. *PrinterType: SERIAL
  13. *Feature: Orientation
  14. {
  15.     *rcNameID: =ORIENTATION_DISPLAY
  16.     *DefaultOption: PORTRAIT
  17.     *Option: PORTRAIT
  18.     {
  19.         *rcNameID: =PORTRAIT_DISPLAY
  20.     }
  21.     *Option: LANDSCAPE_CC270
  22.     {
  23.         *rcNameID: =LANDSCAPE_DISPLAY
  24.     }
  25. }
  26. *Feature: InputBin
  27. {
  28.     *rcNameID: =PAPER_SOURCE_DISPLAY
  29.     *DefaultOption: TRACTOR
  30.     *Option: TRACTOR
  31.     {
  32.         *rcNameID: =TRACTOR_DISPLAY
  33.     }
  34.     *Option: MANUAL
  35.     {
  36.         *rcNameID: =MANUAL_FEED_DISPLAY
  37. *% Warning: this input bin has PSRC_MAN_PROMPT set in GPC, which is ignored by GPD.
  38.     }
  39.     *Option: AUTO
  40.     {
  41.         *rcNameID: =AUTO_DISPLAY
  42.         *Command: CmdSelect
  43.         {
  44.             *Order: DOC_SETUP.7
  45.             *Cmd: "<1B19>4<1B19>1"
  46.         }
  47.     }
  48. }
  49. *Feature: Resolution
  50. {
  51.     *rcNameID: =RESOLUTION_DISPLAY
  52.     *DefaultOption: Option2
  53.     *Option: Option1
  54.     {
  55.         *Name: "240 x 144 " =DOTS_PER_INCH
  56.         *DPI: PAIR(240, 144)
  57.         *TextDPI: PAIR(240, 144)
  58.         *PinsPerLogPass: 16
  59.         *PinsPerPhysPass: 8
  60.         *MinStripBlankPixels: 240
  61.         EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  62. *% Warning: this resolution has RES_BO_NO_ADJACENT set in GPC, which is ignored by GPD. Custom code is needed.
  63.         *SpotDiameter: 170
  64.         *Command: CmdSendBlockData { *Cmd : "<1B>Z" %l{NumOfDataBytes} }
  65.     }
  66.     *Option: Option2
  67.     {
  68.         *Name: "120 x 144 " =DOTS_PER_INCH
  69.         *DPI: PAIR(120, 144)
  70.         *TextDPI: PAIR(120, 144)
  71.         *PinsPerLogPass: 16
  72.         *PinsPerPhysPass: 8
  73.         EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,TRAILING)
  74.         *SpotDiameter: 140
  75.         *Command: CmdSendBlockData { *Cmd : "<1B>L" %l{NumOfDataBytes} }
  76.     }
  77.     *Option: Option3
  78.     {
  79.         *Name: "120 x 72 " =DOTS_PER_INCH
  80.         *DPI: PAIR(120, 72)
  81.         *TextDPI: PAIR(120, 72)
  82.         *PinsPerLogPass: 8
  83.         *PinsPerPhysPass: 8
  84.         EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,TRAILING)
  85.         *SpotDiameter: 100
  86.         *Command: CmdSendBlockData { *Cmd : "<1B>L" %l{NumOfDataBytes} }
  87.     }
  88. }
  89. *Feature: PaperSize
  90. {
  91.     *rcNameID: =PAPER_SIZE_DISPLAY
  92.     *DefaultOption: LETTER
  93.     *Option: LETTER
  94.     {
  95.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  96.         *Command: CmdSelect
  97.         {
  98.             *Order: DOC_SETUP.8
  99.             *Cmd: "<1B>2<1B>CB"
  100.         }
  101.         *switch: InputBin
  102.         {
  103.             *case: TRACTOR
  104.             {
  105.                 *PrintableArea: PAIR(5760, 4752)
  106.                 *PrintableOrigin: PAIR(180, 0)
  107.             }
  108.             *case: MANUAL
  109.             {
  110.                 *PrintableArea: PAIR(5760, 4320)
  111.                 *PrintableOrigin: PAIR(180, 108)
  112.             }
  113.             *case: AUTO
  114.             {
  115.                 *PrintableArea: PAIR(5760, 4320)
  116.                 *PrintableOrigin: PAIR(180, 108)
  117.             }
  118.         }
  119.     }
  120.     *Option: LEGAL
  121.     {
  122.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  123.         *Command: CmdSelect
  124.         {
  125.             *Order: DOC_SETUP.8
  126.             *Cmd: "<1B>2<1B>CT"
  127.         }
  128.         *switch: InputBin
  129.         {
  130.             *case: TRACTOR
  131.             {
  132.                 *PrintableArea: PAIR(5760, 6048)
  133.                 *PrintableOrigin: PAIR(180, 0)
  134.             }
  135.             *case: MANUAL
  136.             {
  137.                 *PrintableArea: PAIR(5760, 5616)
  138.                 *PrintableOrigin: PAIR(180, 108)
  139.             }
  140.             *case: AUTO
  141.             {
  142.                 *PrintableArea: PAIR(5760, 5616)
  143.                 *PrintableOrigin: PAIR(180, 108)
  144.             }
  145.         }
  146.     }
  147.     *Option: A4
  148.     {
  149.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  150.         *Command: CmdSelect
  151.         {
  152.             *Order: DOC_SETUP.8
  153.             *Cmd: "<1B>2<1B>CF"
  154.         }
  155.         *switch: InputBin
  156.         {
  157.             *case: TRACTOR
  158.             {
  159.                 *PrintableArea: PAIR(5774, 5050)
  160.                 *PrintableOrigin: PAIR(90, 0)
  161.                 *switch: Resolution
  162.                 {
  163.                     *case: Option1
  164.                     {
  165. *% Warning: the following printable width is adjusted (5774->5772) so it is divisible by the resolution X scale.
  166. *% Warning: the following printable length is adjusted (5050->5049) so it is divisible by the resolution Y scale.
  167.                         *PrintableArea: PAIR(5772, 5049)
  168.                     }
  169.                     *case: Option2
  170.                     {
  171. *% Warning: the following printable width is adjusted (5774->5772) so it is divisible by the resolution X scale.
  172. *% Warning: the following printable length is adjusted (5050->5049) so it is divisible by the resolution Y scale.
  173.                         *PrintableArea: PAIR(5772, 5049)
  174.                     }
  175.                     *case: Option3
  176.                     {
  177. *% Warning: the following printable width is adjusted (5774->5772) so it is divisible by the resolution X scale.
  178. *% Warning: the following printable length is adjusted (5050->5046) so it is divisible by the resolution Y scale.
  179.                         *PrintableArea: PAIR(5772, 5046)
  180.                     }
  181.                 }
  182.             }
  183.             *case: MANUAL
  184.             {
  185.                 *PrintableArea: PAIR(5774, 4618)
  186.                 *PrintableOrigin: PAIR(90, 108)
  187.                 *switch: Resolution
  188.                 {
  189.                     *case: Option1
  190.                     {
  191. *% Warning: the following printable width is adjusted (5774->5772) so it is divisible by the resolution X scale.
  192. *% Warning: the following printable length is adjusted (4618->4617) so it is divisible by the resolution Y scale.
  193.                         *PrintableArea: PAIR(5772, 4617)
  194.                     }
  195.                     *case: Option2
  196.                     {
  197. *% Warning: the following printable width is adjusted (5774->5772) so it is divisible by the resolution X scale.
  198. *% Warning: the following printable length is adjusted (4618->4617) so it is divisible by the resolution Y scale.
  199.                         *PrintableArea: PAIR(5772, 4617)
  200.                     }
  201.                     *case: Option3
  202.                     {
  203. *% Warning: the following printable width is adjusted (5774->5772) so it is divisible by the resolution X scale.
  204. *% Warning: the following printable length is adjusted (4618->4614) so it is divisible by the resolution Y scale.
  205.                         *PrintableArea: PAIR(5772, 4614)
  206.                     }
  207.                 }
  208.             }
  209.             *case: AUTO
  210.             {
  211.                 *PrintableArea: PAIR(5774, 4618)
  212.                 *PrintableOrigin: PAIR(90, 108)
  213.                 *switch: Resolution
  214.                 {
  215.                     *case: Option1
  216.                     {
  217. *% Warning: the following printable width is adjusted (5774->5772) so it is divisible by the resolution X scale.
  218. *% Warning: the following printable length is adjusted (4618->4617) so it is divisible by the resolution Y scale.
  219.                         *PrintableArea: PAIR(5772, 4617)
  220.                     }
  221.                     *case: Option2
  222.                     {
  223. *% Warning: the following printable width is adjusted (5774->5772) so it is divisible by the resolution X scale.
  224. *% Warning: the following printable length is adjusted (4618->4617) so it is divisible by the resolution Y scale.
  225.                         *PrintableArea: PAIR(5772, 4617)
  226.                     }
  227.                     *case: Option3
  228.                     {
  229. *% Warning: the following printable width is adjusted (5774->5772) so it is divisible by the resolution X scale.
  230. *% Warning: the following printable length is adjusted (4618->4614) so it is divisible by the resolution Y scale.
  231.                         *PrintableArea: PAIR(5772, 4614)
  232.                     }
  233.                 }
  234.             }
  235.         }
  236.     }
  237.     *Option: A5
  238.     {
  239.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  240.         *Command: CmdSelect
  241.         {
  242.             *Order: DOC_SETUP.8
  243.             *Cmd: "<1B>2<1B>C2"
  244.         }
  245.         *switch: InputBin
  246.         {
  247.             *case: TRACTOR
  248.             {
  249.                 *PrintableArea: PAIR(4018, 3573)
  250.                 *PrintableOrigin: PAIR(90, 0)
  251.                 *switch: Resolution
  252.                 {
  253.                     *case: Option1
  254.                     {
  255. *% Warning: the following printable width is adjusted (4018->4017) so it is divisible by the resolution X scale.
  256.                         *PrintableArea: PAIR(4017, 3573)
  257.                     }
  258.                     *case: Option2
  259.                     {
  260. *% Warning: the following printable width is adjusted (4018->4014) so it is divisible by the resolution X scale.
  261.                         *PrintableArea: PAIR(4014, 3573)
  262.                     }
  263.                     *case: Option3
  264.                     {
  265. *% Warning: the following printable width is adjusted (4018->4014) so it is divisible by the resolution X scale.
  266. *% Warning: the following printable length is adjusted (3573->3570) so it is divisible by the resolution Y scale.
  267.                         *PrintableArea: PAIR(4014, 3570)
  268.                     }
  269.                 }
  270.             }
  271.             *case: MANUAL
  272.             {
  273.                 *PrintableArea: PAIR(4018, 3141)
  274.                 *PrintableOrigin: PAIR(90, 108)
  275.                 *switch: Resolution
  276.                 {
  277.                     *case: Option1
  278.                     {
  279. *% Warning: the following printable width is adjusted (4018->4017) so it is divisible by the resolution X scale.
  280.                         *PrintableArea: PAIR(4017, 3141)
  281.                     }
  282.                     *case: Option2
  283.                     {
  284. *% Warning: the following printable width is adjusted (4018->4014) so it is divisible by the resolution X scale.
  285.                         *PrintableArea: PAIR(4014, 3141)
  286.                     }
  287.                     *case: Option3
  288.                     {
  289. *% Warning: the following printable width is adjusted (4018->4014) so it is divisible by the resolution X scale.
  290. *% Warning: the following printable length is adjusted (3141->3138) so it is divisible by the resolution Y scale.
  291.                         *PrintableArea: PAIR(4014, 3138)
  292.                     }
  293.                 }
  294.             }
  295.             *case: AUTO
  296.             {
  297.                 *PrintableArea: PAIR(4018, 3141)
  298.                 *PrintableOrigin: PAIR(90, 108)
  299.                 *switch: Resolution
  300.                 {
  301.                     *case: Option1
  302.                     {
  303. *% Warning: the following printable width is adjusted (4018->4017) so it is divisible by the resolution X scale.
  304.                         *PrintableArea: PAIR(4017, 3141)
  305.                     }
  306.                     *case: Option2
  307.                     {
  308. *% Warning: the following printable width is adjusted (4018->4014) so it is divisible by the resolution X scale.
  309.                         *PrintableArea: PAIR(4014, 3141)
  310.                     }
  311.                     *case: Option3
  312.                     {
  313. *% Warning: the following printable width is adjusted (4018->4014) so it is divisible by the resolution X scale.
  314. *% Warning: the following printable length is adjusted (3141->3138) so it is divisible by the resolution Y scale.
  315.                         *PrintableArea: PAIR(4014, 3138)
  316.                     }
  317.                 }
  318.             }
  319.         }
  320.     }
  321.     *Option: B4
  322.     {
  323.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  324.         *Command: CmdSelect
  325.         {
  326.             *Order: DOC_SETUP.8
  327.             *Cmd: "<1B>2<1B>CS"
  328.         }
  329.         *switch: InputBin
  330.         {
  331.             *case: TRACTOR
  332.             {
  333.                 *PrintableArea: PAIR(7106, 6191)
  334.                 *PrintableOrigin: PAIR(90, 0)
  335.                 *switch: Resolution
  336.                 {
  337.                     *case: Option1
  338.                     {
  339. *% Warning: the following printable width is adjusted (7106->7104) so it is divisible by the resolution X scale.
  340. *% Warning: the following printable length is adjusted (6191->6189) so it is divisible by the resolution Y scale.
  341.                         *PrintableArea: PAIR(7104, 6189)
  342.                     }
  343.                     *case: Option2
  344.                     {
  345. *% Warning: the following printable width is adjusted (7106->7104) so it is divisible by the resolution X scale.
  346. *% Warning: the following printable length is adjusted (6191->6189) so it is divisible by the resolution Y scale.
  347.                         *PrintableArea: PAIR(7104, 6189)
  348.                     }
  349.                     *case: Option3
  350.                     {
  351. *% Warning: the following printable width is adjusted (7106->7104) so it is divisible by the resolution X scale.
  352. *% Warning: the following printable length is adjusted (6191->6186) so it is divisible by the resolution Y scale.
  353.                         *PrintableArea: PAIR(7104, 6186)
  354.                     }
  355.                 }
  356.             }
  357.             *case: MANUAL
  358.             {
  359.                 *PrintableArea: PAIR(7106, 5759)
  360.                 *PrintableOrigin: PAIR(90, 108)
  361.                 *switch: Resolution
  362.                 {
  363.                     *case: Option1
  364.                     {
  365. *% Warning: the following printable width is adjusted (7106->7104) so it is divisible by the resolution X scale.
  366. *% Warning: the following printable length is adjusted (5759->5757) so it is divisible by the resolution Y scale.
  367.                         *PrintableArea: PAIR(7104, 5757)
  368.                     }
  369.                     *case: Option2
  370.                     {
  371. *% Warning: the following printable width is adjusted (7106->7104) so it is divisible by the resolution X scale.
  372. *% Warning: the following printable length is adjusted (5759->5757) so it is divisible by the resolution Y scale.
  373.                         *PrintableArea: PAIR(7104, 5757)
  374.                     }
  375.                     *case: Option3
  376.                     {
  377. *% Warning: the following printable width is adjusted (7106->7104) so it is divisible by the resolution X scale.
  378. *% Warning: the following printable length is adjusted (5759->5754) so it is divisible by the resolution Y scale.
  379.                         *PrintableArea: PAIR(7104, 5754)
  380.                     }
  381.                 }
  382.             }
  383.             *case: AUTO
  384.             {
  385.                 *PrintableArea: PAIR(7106, 5759)
  386.                 *PrintableOrigin: PAIR(90, 108)
  387.                 *switch: Resolution
  388.                 {
  389.                     *case: Option1
  390.                     {
  391. *% Warning: the following printable width is adjusted (7106->7104) so it is divisible by the resolution X scale.
  392. *% Warning: the following printable length is adjusted (5759->5757) so it is divisible by the resolution Y scale.
  393.                         *PrintableArea: PAIR(7104, 5757)
  394.                     }
  395.                     *case: Option2
  396.                     {
  397. *% Warning: the following printable width is adjusted (7106->7104) so it is divisible by the resolution X scale.
  398. *% Warning: the following printable length is adjusted (5759->5757) so it is divisible by the resolution Y scale.
  399.                         *PrintableArea: PAIR(7104, 5757)
  400.                     }
  401.                     *case: Option3
  402.                     {
  403. *% Warning: the following printable width is adjusted (7106->7104) so it is divisible by the resolution X scale.
  404. *% Warning: the following printable length is adjusted (5759->5754) so it is divisible by the resolution Y scale.
  405.                         *PrintableArea: PAIR(7104, 5754)
  406.                     }
  407.                 }
  408.             }
  409.         }
  410.     }
  411.     *Option: B5
  412.     {
  413.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  414.         *Command: CmdSelect
  415.         {
  416.             *Order: DOC_SETUP.8
  417.             *Cmd: "<1B>2<1B>C="
  418.         }
  419.         *switch: InputBin
  420.         {
  421.             *case: TRACTOR
  422.             {
  423.                 *PrintableArea: PAIR(4982, 4372)
  424.                 *PrintableOrigin: PAIR(90, 0)
  425.                 *switch: Resolution
  426.                 {
  427.                     *case: Option1
  428.                     {
  429. *% Warning: the following printable width is adjusted (4982->4980) so it is divisible by the resolution X scale.
  430. *% Warning: the following printable length is adjusted (4372->4371) so it is divisible by the resolution Y scale.
  431.                         *PrintableArea: PAIR(4980, 4371)
  432.                     }
  433.                     *case: Option2
  434.                     {
  435. *% Warning: the following printable width is adjusted (4982->4980) so it is divisible by the resolution X scale.
  436. *% Warning: the following printable length is adjusted (4372->4371) so it is divisible by the resolution Y scale.
  437.                         *PrintableArea: PAIR(4980, 4371)
  438.                     }
  439.                     *case: Option3
  440.                     {
  441. *% Warning: the following printable width is adjusted (4982->4980) so it is divisible by the resolution X scale.
  442. *% Warning: the following printable length is adjusted (4372->4368) so it is divisible by the resolution Y scale.
  443.                         *PrintableArea: PAIR(4980, 4368)
  444.                     }
  445.                 }
  446.             }
  447.             *case: MANUAL
  448.             {
  449.                 *PrintableArea: PAIR(4982, 3940)
  450.                 *PrintableOrigin: PAIR(90, 108)
  451.                 *switch: Resolution
  452.                 {
  453.                     *case: Option1
  454.                     {
  455. *% Warning: the following printable width is adjusted (4982->4980) so it is divisible by the resolution X scale.
  456. *% Warning: the following printable length is adjusted (3940->3939) so it is divisible by the resolution Y scale.
  457.                         *PrintableArea: PAIR(4980, 3939)
  458.                     }
  459.                     *case: Option2
  460.                     {
  461. *% Warning: the following printable width is adjusted (4982->4980) so it is divisible by the resolution X scale.
  462. *% Warning: the following printable length is adjusted (3940->3939) so it is divisible by the resolution Y scale.
  463.                         *PrintableArea: PAIR(4980, 3939)
  464.                     }
  465.                     *case: Option3
  466.                     {
  467. *% Warning: the following printable width is adjusted (4982->4980) so it is divisible by the resolution X scale.
  468. *% Warning: the following printable length is adjusted (3940->3936) so it is divisible by the resolution Y scale.
  469.                         *PrintableArea: PAIR(4980, 3936)
  470.                     }
  471.                 }
  472.             }
  473.             *case: AUTO
  474.             {
  475.                 *PrintableArea: PAIR(4982, 3940)
  476.                 *PrintableOrigin: PAIR(90, 108)
  477.                 *switch: Resolution
  478.                 {
  479.                     *case: Option1
  480.                     {
  481. *% Warning: the following printable width is adjusted (4982->4980) so it is divisible by the resolution X scale.
  482. *% Warning: the following printable length is adjusted (3940->3939) so it is divisible by the resolution Y scale.
  483.                         *PrintableArea: PAIR(4980, 3939)
  484.                     }
  485.                     *case: Option2
  486.                     {
  487. *% Warning: the following printable width is adjusted (4982->4980) so it is divisible by the resolution X scale.
  488. *% Warning: the following printable length is adjusted (3940->3939) so it is divisible by the resolution Y scale.
  489.                         *PrintableArea: PAIR(4980, 3939)
  490.                     }
  491.                     *case: Option3
  492.                     {
  493. *% Warning: the following printable width is adjusted (4982->4980) so it is divisible by the resolution X scale.
  494. *% Warning: the following printable length is adjusted (3940->3936) so it is divisible by the resolution Y scale.
  495.                         *PrintableArea: PAIR(4980, 3936)
  496.                     }
  497.                 }
  498.             }
  499.         }
  500.     }
  501.     *Option: Option7
  502.     {
  503.         *rcNameID: 262
  504.         *OptionID: 262
  505.         *PageDimensions: PAIR(6120, 5184)
  506.         *Command: CmdSelect
  507.         {
  508.             *Order: DOC_SETUP.8
  509.             *Cmd: "<1B>2<1B>CH"
  510.         }
  511.         *switch: InputBin
  512.         {
  513.             *case: TRACTOR
  514.             {
  515.                 *PrintableArea: PAIR(5940, 5184)
  516.                 *PrintableOrigin: PAIR(90, 0)
  517.             }
  518.             *case: MANUAL
  519.             {
  520.                 *PrintableArea: PAIR(5940, 4752)
  521.                 *PrintableOrigin: PAIR(90, 108)
  522.             }
  523.             *case: AUTO
  524.             {
  525.                 *PrintableArea: PAIR(5940, 4752)
  526.                 *PrintableOrigin: PAIR(90, 108)
  527.             }
  528.         }
  529.     }
  530.     *Option: Option8
  531.     {
  532.         *rcNameID: 264
  533.         *OptionID: 264
  534.         *PageDimensions: PAIR(5760, 2592)
  535.         *Command: CmdSelect
  536.         {
  537.             *Order: DOC_SETUP.8
  538.             *Cmd: "<1B>2<1B>C$"
  539.         }
  540.         *switch: InputBin
  541.         {
  542.             *case: TRACTOR
  543.             {
  544.                 *PrintableArea: PAIR(5580, 2592)
  545.                 *PrintableOrigin: PAIR(90, 0)
  546.             }
  547.             *case: MANUAL
  548.             {
  549.                 *PrintableArea: PAIR(5580, 2160)
  550.                 *PrintableOrigin: PAIR(90, 108)
  551.             }
  552.             *case: AUTO
  553.             {
  554.                 *PrintableArea: PAIR(5580, 2160)
  555.                 *PrintableOrigin: PAIR(90, 108)
  556.             }
  557.         }
  558.     }
  559.     *Option: FOLIO
  560.     {
  561.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  562.         *Command: CmdSelect
  563.         {
  564.             *Order: DOC_SETUP.8
  565.             *Cmd: "<1B>2<1B>CN"
  566.         }
  567.         *switch: InputBin
  568.         {
  569.             *case: TRACTOR
  570.             {
  571.                 *PrintableArea: PAIR(5940, 5616)
  572.                 *PrintableOrigin: PAIR(90, 0)
  573.             }
  574.             *case: MANUAL
  575.             {
  576.                 *PrintableArea: PAIR(5940, 5184)
  577.                 *PrintableOrigin: PAIR(90, 108)
  578.             }
  579.             *case: AUTO
  580.             {
  581.                 *PrintableArea: PAIR(5940, 5184)
  582.                 *PrintableOrigin: PAIR(90, 108)
  583.             }
  584.         }
  585.     }
  586.     *Option: 10X14
  587.     {
  588.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  589.         *Command: CmdSelect
  590.         {
  591.             *Order: DOC_SETUP.8
  592.             *Cmd: "<1B>2<1B>CT"
  593.         }
  594.         *switch: InputBin
  595.         {
  596.             *case: TRACTOR
  597.             {
  598.                 *PrintableArea: PAIR(7020, 6048)
  599.                 *PrintableOrigin: PAIR(90, 0)
  600.             }
  601.             *case: MANUAL
  602.             {
  603.                 *PrintableArea: PAIR(7020, 5616)
  604.                 *PrintableOrigin: PAIR(90, 108)
  605.             }
  606.             *case: AUTO
  607.             {
  608.                 *PrintableArea: PAIR(7020, 5616)
  609.                 *PrintableOrigin: PAIR(90, 108)
  610.             }
  611.         }
  612.     }
  613.     *Option: EXECUTIVE
  614.     {
  615.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  616.         *Command: CmdSelect
  617.         {
  618.             *Order: DOC_SETUP.8
  619.             *Cmd: "<1B>2<1B>C?"
  620.         }
  621.         *switch: InputBin
  622.         {
  623.             *case: TRACTOR
  624.             {
  625.                 *PrintableArea: PAIR(5040, 4536)
  626.                 *PrintableOrigin: PAIR(90, 0)
  627.             }
  628.             *case: MANUAL
  629.             {
  630.                 *PrintableArea: PAIR(5040, 4104)
  631.                 *PrintableOrigin: PAIR(90, 108)
  632.             }
  633.             *case: AUTO
  634.             {
  635.                 *PrintableArea: PAIR(5040, 4104)
  636.                 *PrintableOrigin: PAIR(90, 108)
  637.             }
  638.         }
  639.     }
  640.     *Option: Option12
  641.     {
  642.         *rcNameID: 265
  643.         *OptionID: 265
  644.         *PageDimensions: PAIR(5954, 5184)
  645.         *Command: CmdSelect
  646.         {
  647.             *Order: DOC_SETUP.8
  648.             *Cmd: "<1B>2<1B>CH"
  649.         }
  650.         *switch: InputBin
  651.         {
  652.             *case: TRACTOR
  653.             {
  654.                 *PrintableArea: PAIR(5774, 5184)
  655.                 *PrintableOrigin: PAIR(90, 0)
  656.                 *switch: Resolution
  657.                 {
  658.                     *case: Option1
  659.                     {
  660. *% Warning: the following printable width is adjusted (5774->5772) so it is divisible by the resolution X scale.
  661.                         *PrintableArea: PAIR(5772, 5184)
  662.                     }
  663.                     *case: Option2
  664.                     {
  665. *% Warning: the following printable width is adjusted (5774->5772) so it is divisible by the resolution X scale.
  666.                         *PrintableArea: PAIR(5772, 5184)
  667.                     }
  668.                     *case: Option3
  669.                     {
  670. *% Warning: the following printable width is adjusted (5774->5772) so it is divisible by the resolution X scale.
  671.                         *PrintableArea: PAIR(5772, 5184)
  672.                     }
  673.                 }
  674.             }
  675.             *case: MANUAL
  676.             {
  677.                 *PrintableArea: PAIR(5774, 4752)
  678.                 *PrintableOrigin: PAIR(90, 108)
  679.                 *switch: Resolution
  680.                 {
  681.                     *case: Option1
  682.                     {
  683. *% Warning: the following printable width is adjusted (5774->5772) so it is divisible by the resolution X scale.
  684.                         *PrintableArea: PAIR(5772, 4752)
  685.                     }
  686.                     *case: Option2
  687.                     {
  688. *% Warning: the following printable width is adjusted (5774->5772) so it is divisible by the resolution X scale.
  689.                         *PrintableArea: PAIR(5772, 4752)
  690.                     }
  691.                     *case: Option3
  692.                     {
  693. *% Warning: the following printable width is adjusted (5774->5772) so it is divisible by the resolution X scale.
  694.                         *PrintableArea: PAIR(5772, 4752)
  695.                     }
  696.                 }
  697.             }
  698.             *case: AUTO
  699.             {
  700.                 *PrintableArea: PAIR(5774, 4752)
  701.                 *PrintableOrigin: PAIR(90, 108)
  702.                 *switch: Resolution
  703.                 {
  704.                     *case: Option1
  705.                     {
  706. *% Warning: the following printable width is adjusted (5774->5772) so it is divisible by the resolution X scale.
  707.                         *PrintableArea: PAIR(5772, 4752)
  708.                     }
  709.                     *case: Option2
  710.                     {
  711. *% Warning: the following printable width is adjusted (5774->5772) so it is divisible by the resolution X scale.
  712.                         *PrintableArea: PAIR(5772, 4752)
  713.                     }
  714.                     *case: Option3
  715.                     {
  716. *% Warning: the following printable width is adjusted (5774->5772) so it is divisible by the resolution X scale.
  717.                         *PrintableArea: PAIR(5772, 4752)
  718.                     }
  719.                 }
  720.             }
  721.         }
  722.     }
  723.     *Option: Option13
  724.     {
  725.         *rcNameID: 267
  726.         *OptionID: 267
  727.         *PageDimensions: PAIR(3118, 5616)
  728.         *Command: CmdSelect
  729.         {
  730.             *Order: DOC_SETUP.8
  731.             *Cmd: "<1B>2<1B>C4"
  732.         }
  733.         *switch: InputBin
  734.         {
  735.             *case: TRACTOR
  736.             {
  737.                 *PrintableArea: PAIR(2938, 5616)
  738.                 *PrintableOrigin: PAIR(90, 0)
  739.                 *switch: Resolution
  740.                 {
  741.                     *case: Option1
  742.                     {
  743. *% Warning: the following printable width is adjusted (2938->2937) so it is divisible by the resolution X scale.
  744.                         *PrintableArea: PAIR(2937, 5616)
  745.                     }
  746.                     *case: Option2
  747.                     {
  748. *% Warning: the following printable width is adjusted (2938->2934) so it is divisible by the resolution X scale.
  749.                         *PrintableArea: PAIR(2934, 5616)
  750.                     }
  751.                     *case: Option3
  752.                     {
  753. *% Warning: the following printable width is adjusted (2938->2934) so it is divisible by the resolution X scale.
  754.                         *PrintableArea: PAIR(2934, 5616)
  755.                     }
  756.                 }
  757.             }
  758.             *case: MANUAL
  759.             {
  760.                 *PrintableArea: PAIR(2938, 5184)
  761.                 *PrintableOrigin: PAIR(90, 108)
  762.                 *switch: Resolution
  763.                 {
  764.                     *case: Option1
  765.                     {
  766. *% Warning: the following printable width is adjusted (2938->2937) so it is divisible by the resolution X scale.
  767.                         *PrintableArea: PAIR(2937, 5184)
  768.                     }
  769.                     *case: Option2
  770.                     {
  771. *% Warning: the following printable width is adjusted (2938->2934) so it is divisible by the resolution X scale.
  772.                         *PrintableArea: PAIR(2934, 5184)
  773.                     }
  774.                     *case: Option3
  775.                     {
  776. *% Warning: the following printable width is adjusted (2938->2934) so it is divisible by the resolution X scale.
  777.                         *PrintableArea: PAIR(2934, 5184)
  778.                     }
  779.                 }
  780.             }
  781.             *case: AUTO
  782.             {
  783.                 *PrintableArea: PAIR(2938, 5184)
  784.                 *PrintableOrigin: PAIR(90, 108)
  785.                 *switch: Resolution
  786.                 {
  787.                     *case: Option1
  788.                     {
  789. *% Warning: the following printable width is adjusted (2938->2937) so it is divisible by the resolution X scale.
  790.                         *PrintableArea: PAIR(2937, 5184)
  791.                     }
  792.                     *case: Option2
  793.                     {
  794. *% Warning: the following printable width is adjusted (2938->2934) so it is divisible by the resolution X scale.
  795.                         *PrintableArea: PAIR(2934, 5184)
  796.                     }
  797.                     *case: Option3
  798.                     {
  799. *% Warning: the following printable width is adjusted (2938->2934) so it is divisible by the resolution X scale.
  800.                         *PrintableArea: PAIR(2934, 5184)
  801.                     }
  802.                 }
  803.             }
  804.         }
  805.     }
  806.     *Option: ENV_MONARCH
  807.     {
  808.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  809.         *RotateSize? : TRUE
  810.         *Command: CmdSelect
  811.         {
  812.             *Order: DOC_SETUP.8
  813.             *Cmd: "<1B>2<1B>C<16>"
  814.         }
  815.         *switch: InputBin
  816.         {
  817.             *case: TRACTOR
  818.             {
  819.                 *PrintableArea: PAIR(3060, 2794)
  820.                 *PrintableOrigin: PAIR(90, 0)
  821.                 *switch: Resolution
  822.                 {
  823.                     *case: Option1
  824.                     {
  825. *% Warning: the following printable length is adjusted (2794->2793) so it is divisible by the resolution Y scale.
  826.                         *PrintableArea: PAIR(3060, 2793)
  827.                     }
  828.                     *case: Option2
  829.                     {
  830. *% Warning: the following printable length is adjusted (2794->2793) so it is divisible by the resolution Y scale.
  831.                         *PrintableArea: PAIR(3060, 2793)
  832.                     }
  833.                     *case: Option3
  834.                     {
  835. *% Warning: the following printable length is adjusted (2794->2790) so it is divisible by the resolution Y scale.
  836.                         *PrintableArea: PAIR(3060, 2790)
  837.                     }
  838.                 }
  839.             }
  840.             *case: MANUAL
  841.             {
  842.                 *PrintableArea: PAIR(3060, 2362)
  843.                 *PrintableOrigin: PAIR(90, 108)
  844.                 *switch: Resolution
  845.                 {
  846.                     *case: Option1
  847.                     {
  848. *% Warning: the following printable length is adjusted (2362->2361) so it is divisible by the resolution Y scale.
  849.                         *PrintableArea: PAIR(3060, 2361)
  850.                     }
  851.                     *case: Option2
  852.                     {
  853. *% Warning: the following printable length is adjusted (2362->2361) so it is divisible by the resolution Y scale.
  854.                         *PrintableArea: PAIR(3060, 2361)
  855.                     }
  856.                     *case: Option3
  857.                     {
  858. *% Warning: the following printable length is adjusted (2362->2358) so it is divisible by the resolution Y scale.
  859.                         *PrintableArea: PAIR(3060, 2358)
  860.                     }
  861.                 }
  862.             }
  863.             *case: AUTO
  864.             {
  865.                 *PrintableArea: PAIR(3060, 2362)
  866.                 *PrintableOrigin: PAIR(90, 108)
  867.                 *switch: Resolution
  868.                 {
  869.                     *case: Option1
  870.                     {
  871. *% Warning: the following printable length is adjusted (2362->2361) so it is divisible by the resolution Y scale.
  872.                         *PrintableArea: PAIR(3060, 2361)
  873.                     }
  874.                     *case: Option2
  875.                     {
  876. *% Warning: the following printable length is adjusted (2362->2361) so it is divisible by the resolution Y scale.
  877.                         *PrintableArea: PAIR(3060, 2361)
  878.                     }
  879.                     *case: Option3
  880.                     {
  881. *% Warning: the following printable length is adjusted (2362->2358) so it is divisible by the resolution Y scale.
  882.                         *PrintableArea: PAIR(3060, 2358)
  883.                     }
  884.                 }
  885.             }
  886.         }
  887.     }
  888.     *Option: ENV_9
  889.     {
  890.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  891.         *RotateSize? : TRUE
  892.         *Command: CmdSelect
  893.         {
  894.             *Order: DOC_SETUP.8
  895.             *Cmd: "<1B>2<1B>C<16>"
  896.         }
  897.         *switch: InputBin
  898.         {
  899.             *case: TRACTOR
  900.             {
  901.                 *PrintableArea: PAIR(3656, 2794)
  902.                 *PrintableOrigin: PAIR(90, 0)
  903.                 *switch: Resolution
  904.                 {
  905.                     *case: Option1
  906.                     {
  907. *% Warning: the following printable width is adjusted (3656->3654) so it is divisible by the resolution X scale.
  908. *% Warning: the following printable length is adjusted (2794->2793) so it is divisible by the resolution Y scale.
  909.                         *PrintableArea: PAIR(3654, 2793)
  910.                     }
  911.                     *case: Option2
  912.                     {
  913. *% Warning: the following printable width is adjusted (3656->3654) so it is divisible by the resolution X scale.
  914. *% Warning: the following printable length is adjusted (2794->2793) so it is divisible by the resolution Y scale.
  915.                         *PrintableArea: PAIR(3654, 2793)
  916.                     }
  917.                     *case: Option3
  918.                     {
  919. *% Warning: the following printable width is adjusted (3656->3654) so it is divisible by the resolution X scale.
  920. *% Warning: the following printable length is adjusted (2794->2790) so it is divisible by the resolution Y scale.
  921.                         *PrintableArea: PAIR(3654, 2790)
  922.                     }
  923.                 }
  924.             }
  925.             *case: MANUAL
  926.             {
  927.                 *PrintableArea: PAIR(3656, 2362)
  928.                 *PrintableOrigin: PAIR(90, 108)
  929.                 *switch: Resolution
  930.                 {
  931.                     *case: Option1
  932.                     {
  933. *% Warning: the following printable width is adjusted (3656->3654) so it is divisible by the resolution X scale.
  934. *% Warning: the following printable length is adjusted (2362->2361) so it is divisible by the resolution Y scale.
  935.                         *PrintableArea: PAIR(3654, 2361)
  936.                     }
  937.                     *case: Option2
  938.                     {
  939. *% Warning: the following printable width is adjusted (3656->3654) so it is divisible by the resolution X scale.
  940. *% Warning: the following printable length is adjusted (2362->2361) so it is divisible by the resolution Y scale.
  941.                         *PrintableArea: PAIR(3654, 2361)
  942.                     }
  943.                     *case: Option3
  944.                     {
  945. *% Warning: the following printable width is adjusted (3656->3654) so it is divisible by the resolution X scale.
  946. *% Warning: the following printable length is adjusted (2362->2358) so it is divisible by the resolution Y scale.
  947.                         *PrintableArea: PAIR(3654, 2358)
  948.                     }
  949.                 }
  950.             }
  951.             *case: AUTO
  952.             {
  953.                 *PrintableArea: PAIR(3656, 2362)
  954.                 *PrintableOrigin: PAIR(90, 108)
  955.                 *switch: Resolution
  956.                 {
  957.                     *case: Option1
  958.                     {
  959. *% Warning: the following printable width is adjusted (3656->3654) so it is divisible by the resolution X scale.
  960. *% Warning: the following printable length is adjusted (2362->2361) so it is divisible by the resolution Y scale.
  961.                         *PrintableArea: PAIR(3654, 2361)
  962.                     }
  963.                     *case: Option2
  964.                     {
  965. *% Warning: the following printable width is adjusted (3656->3654) so it is divisible by the resolution X scale.
  966. *% Warning: the following printable length is adjusted (2362->2361) so it is divisible by the resolution Y scale.
  967.                         *PrintableArea: PAIR(3654, 2361)
  968.                     }
  969.                     *case: Option3
  970.                     {
  971. *% Warning: the following printable width is adjusted (3656->3654) so it is divisible by the resolution X scale.
  972. *% Warning: the following printable length is adjusted (2362->2358) so it is divisible by the resolution Y scale.
  973.                         *PrintableArea: PAIR(3654, 2358)
  974.                     }
  975.                 }
  976.             }
  977.         }
  978.     }
  979.     *Option: ENV_10
  980.     {
  981.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  982.         *RotateSize? : TRUE
  983.         *Command: CmdSelect
  984.         {
  985.             *Order: DOC_SETUP.8
  986.             *Cmd: "<1B>2<1B>C<19>"
  987.         }
  988.         *switch: InputBin
  989.         {
  990.             *case: TRACTOR
  991.             {
  992.                 *PrintableArea: PAIR(3924, 2974)
  993.                 *PrintableOrigin: PAIR(90, 0)
  994.                 *switch: Resolution
  995.                 {
  996.                     *case: Option1
  997.                     {
  998. *% Warning: the following printable length is adjusted (2974->2973) so it is divisible by the resolution Y scale.
  999.                         *PrintableArea: PAIR(3924, 2973)
  1000.                     }
  1001.                     *case: Option2
  1002.                     {
  1003. *% Warning: the following printable length is adjusted (2974->2973) so it is divisible by the resolution Y scale.
  1004.                         *PrintableArea: PAIR(3924, 2973)
  1005.                     }
  1006.                     *case: Option3
  1007.                     {
  1008. *% Warning: the following printable length is adjusted (2974->2970) so it is divisible by the resolution Y scale.
  1009.                         *PrintableArea: PAIR(3924, 2970)
  1010.                     }
  1011.                 }
  1012.             }
  1013.             *case: MANUAL
  1014.             {
  1015.                 *PrintableArea: PAIR(3924, 2542)
  1016.                 *PrintableOrigin: PAIR(90, 108)
  1017.                 *switch: Resolution
  1018.                 {
  1019.                     *case: Option1
  1020.                     {
  1021. *% Warning: the following printable length is adjusted (2542->2541) so it is divisible by the resolution Y scale.
  1022.                         *PrintableArea: PAIR(3924, 2541)
  1023.                     }
  1024.                     *case: Option2
  1025.                     {
  1026. *% Warning: the following printable length is adjusted (2542->2541) so it is divisible by the resolution Y scale.
  1027.                         *PrintableArea: PAIR(3924, 2541)
  1028.                     }
  1029.                     *case: Option3
  1030.                     {
  1031. *% Warning: the following printable length is adjusted (2542->2538) so it is divisible by the resolution Y scale.
  1032.                         *PrintableArea: PAIR(3924, 2538)
  1033.                     }
  1034.                 }
  1035.             }
  1036.             *case: AUTO
  1037.             {
  1038.                 *PrintableArea: PAIR(3924, 2542)
  1039.                 *PrintableOrigin: PAIR(90, 108)
  1040.                 *switch: Resolution
  1041.                 {
  1042.                     *case: Option1
  1043.                     {
  1044. *% Warning: the following printable length is adjusted (2542->2541) so it is divisible by the resolution Y scale.
  1045.                         *PrintableArea: PAIR(3924, 2541)
  1046.                     }
  1047.                     *case: Option2
  1048.                     {
  1049. *% Warning: the following printable length is adjusted (2542->2541) so it is divisible by the resolution Y scale.
  1050.                         *PrintableArea: PAIR(3924, 2541)
  1051.                     }
  1052.                     *case: Option3
  1053.                     {
  1054. *% Warning: the following printable length is adjusted (2542->2538) so it is divisible by the resolution Y scale.
  1055.                         *PrintableArea: PAIR(3924, 2538)
  1056.                     }
  1057.                 }
  1058.             }
  1059.         }
  1060.     }
  1061.     *Option: ENV_DL
  1062.     {
  1063.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  1064.         *RotateSize? : TRUE
  1065.         *Command: CmdSelect
  1066.         {
  1067.             *Order: DOC_SETUP.8
  1068.             *Cmd: "<1B>2<1B>C<1A>"
  1069.         }
  1070.         *switch: InputBin
  1071.         {
  1072.             *case: TRACTOR
  1073.             {
  1074.                 *PrintableArea: PAIR(3561, 3118)
  1075.                 *PrintableOrigin: PAIR(90, 0)
  1076.                 *switch: Resolution
  1077.                 {
  1078.                     *case: Option1
  1079.                     {
  1080. *% Warning: the following printable length is adjusted (3118->3117) so it is divisible by the resolution Y scale.
  1081.                         *PrintableArea: PAIR(3561, 3117)
  1082.                     }
  1083.                     *case: Option2
  1084.                     {
  1085. *% Warning: the following printable width is adjusted (3561->3558) so it is divisible by the resolution X scale.
  1086. *% Warning: the following printable length is adjusted (3118->3117) so it is divisible by the resolution Y scale.
  1087.                         *PrintableArea: PAIR(3558, 3117)
  1088.                     }
  1089.                     *case: Option3
  1090.                     {
  1091. *% Warning: the following printable width is adjusted (3561->3558) so it is divisible by the resolution X scale.
  1092. *% Warning: the following printable length is adjusted (3118->3114) so it is divisible by the resolution Y scale.
  1093.                         *PrintableArea: PAIR(3558, 3114)
  1094.                     }
  1095.                 }
  1096.             }
  1097.             *case: MANUAL
  1098.             {
  1099.                 *PrintableArea: PAIR(3561, 2686)
  1100.                 *PrintableOrigin: PAIR(90, 108)
  1101.                 *switch: Resolution
  1102.                 {
  1103.                     *case: Option1
  1104.                     {
  1105. *% Warning: the following printable length is adjusted (2686->2685) so it is divisible by the resolution Y scale.
  1106.                         *PrintableArea: PAIR(3561, 2685)
  1107.                     }
  1108.                     *case: Option2
  1109.                     {
  1110. *% Warning: the following printable width is adjusted (3561->3558) so it is divisible by the resolution X scale.
  1111. *% Warning: the following printable length is adjusted (2686->2685) so it is divisible by the resolution Y scale.
  1112.                         *PrintableArea: PAIR(3558, 2685)
  1113.                     }
  1114.                     *case: Option3
  1115.                     {
  1116. *% Warning: the following printable width is adjusted (3561->3558) so it is divisible by the resolution X scale.
  1117. *% Warning: the following printable length is adjusted (2686->2682) so it is divisible by the resolution Y scale.
  1118.                         *PrintableArea: PAIR(3558, 2682)
  1119.                     }
  1120.                 }
  1121.             }
  1122.             *case: AUTO
  1123.             {
  1124.                 *PrintableArea: PAIR(3561, 2686)
  1125.                 *PrintableOrigin: PAIR(90, 108)
  1126.                 *switch: Resolution
  1127.                 {
  1128.                     *case: Option1
  1129.                     {
  1130. *% Warning: the following printable length is adjusted (2686->2685) so it is divisible by the resolution Y scale.
  1131.                         *PrintableArea: PAIR(3561, 2685)
  1132.                     }
  1133.                     *case: Option2
  1134.                     {
  1135. *% Warning: the following printable width is adjusted (3561->3558) so it is divisible by the resolution X scale.
  1136. *% Warning: the following printable length is adjusted (2686->2685) so it is divisible by the resolution Y scale.
  1137.                         *PrintableArea: PAIR(3558, 2685)
  1138.                     }
  1139.                     *case: Option3
  1140.                     {
  1141. *% Warning: the following printable width is adjusted (3561->3558) so it is divisible by the resolution X scale.
  1142. *% Warning: the following printable length is adjusted (2686->2682) so it is divisible by the resolution Y scale.
  1143.                         *PrintableArea: PAIR(3558, 2682)
  1144.                     }
  1145.                 }
  1146.             }
  1147.         }
  1148.     }
  1149.     *Option: ENV_C6
  1150.     {
  1151.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  1152.         *RotateSize? : TRUE
  1153.         *Command: CmdSelect
  1154.         {
  1155.             *Order: DOC_SETUP.8
  1156.             *Cmd: "<1B>2<1B>C<1B>"
  1157.         }
  1158.         *switch: InputBin
  1159.         {
  1160.             *case: TRACTOR
  1161.             {
  1162.                 *PrintableArea: PAIR(2576, 3233)
  1163.                 *PrintableOrigin: PAIR(90, 0)
  1164.                 *switch: Resolution
  1165.                 {
  1166.                     *case: Option1
  1167.                     {
  1168. *% Warning: the following printable width is adjusted (2576->2574) so it is divisible by the resolution X scale.
  1169. *% Warning: the following printable length is adjusted (3233->3231) so it is divisible by the resolution Y scale.
  1170.                         *PrintableArea: PAIR(2574, 3231)
  1171.                     }
  1172.                     *case: Option2
  1173.                     {
  1174. *% Warning: the following printable width is adjusted (2576->2574) so it is divisible by the resolution X scale.
  1175. *% Warning: the following printable length is adjusted (3233->3231) so it is divisible by the resolution Y scale.
  1176.                         *PrintableArea: PAIR(2574, 3231)
  1177.                     }
  1178.                     *case: Option3
  1179.                     {
  1180. *% Warning: the following printable width is adjusted (2576->2574) so it is divisible by the resolution X scale.
  1181. *% Warning: the following printable length is adjusted (3233->3228) so it is divisible by the resolution Y scale.
  1182.                         *PrintableArea: PAIR(2574, 3228)
  1183.                     }
  1184.                 }
  1185.             }
  1186.             *case: MANUAL
  1187.             {
  1188.                 *PrintableArea: PAIR(2576, 2801)
  1189.                 *PrintableOrigin: PAIR(90, 108)
  1190.                 *switch: Resolution
  1191.                 {
  1192.                     *case: Option1
  1193.                     {
  1194. *% Warning: the following printable width is adjusted (2576->2574) so it is divisible by the resolution X scale.
  1195. *% Warning: the following printable length is adjusted (2801->2799) so it is divisible by the resolution Y scale.
  1196.                         *PrintableArea: PAIR(2574, 2799)
  1197.                     }
  1198.                     *case: Option2
  1199.                     {
  1200. *% Warning: the following printable width is adjusted (2576->2574) so it is divisible by the resolution X scale.
  1201. *% Warning: the following printable length is adjusted (2801->2799) so it is divisible by the resolution Y scale.
  1202.                         *PrintableArea: PAIR(2574, 2799)
  1203.                     }
  1204.                     *case: Option3
  1205.                     {
  1206. *% Warning: the following printable width is adjusted (2576->2574) so it is divisible by the resolution X scale.
  1207. *% Warning: the following printable length is adjusted (2801->2796) so it is divisible by the resolution Y scale.
  1208.                         *PrintableArea: PAIR(2574, 2796)
  1209.                     }
  1210.                 }
  1211.             }
  1212.             *case: AUTO
  1213.             {
  1214.                 *PrintableArea: PAIR(2576, 2801)
  1215.                 *PrintableOrigin: PAIR(90, 108)
  1216.                 *switch: Resolution
  1217.                 {
  1218.                     *case: Option1
  1219.                     {
  1220. *% Warning: the following printable width is adjusted (2576->2574) so it is divisible by the resolution X scale.
  1221. *% Warning: the following printable length is adjusted (2801->2799) so it is divisible by the resolution Y scale.
  1222.                         *PrintableArea: PAIR(2574, 2799)
  1223.                     }
  1224.                     *case: Option2
  1225.                     {
  1226. *% Warning: the following printable width is adjusted (2576->2574) so it is divisible by the resolution X scale.
  1227. *% Warning: the following printable length is adjusted (2801->2799) so it is divisible by the resolution Y scale.
  1228.                         *PrintableArea: PAIR(2574, 2799)
  1229.                     }
  1230.                     *case: Option3
  1231.                     {
  1232. *% Warning: the following printable width is adjusted (2576->2574) so it is divisible by the resolution X scale.
  1233. *% Warning: the following printable length is adjusted (2801->2796) so it is divisible by the resolution Y scale.
  1234.                         *PrintableArea: PAIR(2574, 2796)
  1235.                     }
  1236.                 }
  1237.             }
  1238.         }
  1239.     }
  1240.     *Option: ENV_ITALY
  1241.     {
  1242.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  1243.         *RotateSize? : TRUE
  1244.         *Command: CmdSelect
  1245.         {
  1246.             *Order: DOC_SETUP.8
  1247.             *Cmd: "<1B>2<1B>C<1A>"
  1248.         }
  1249.         *switch: InputBin
  1250.         {
  1251.             *case: TRACTOR
  1252.             {
  1253.                 *PrintableArea: PAIR(3734, 3118)
  1254.                 *PrintableOrigin: PAIR(90, 0)
  1255.                 *switch: Resolution
  1256.                 {
  1257.                     *case: Option1
  1258.                     {
  1259. *% Warning: the following printable width is adjusted (3734->3732) so it is divisible by the resolution X scale.
  1260. *% Warning: the following printable length is adjusted (3118->3117) so it is divisible by the resolution Y scale.
  1261.                         *PrintableArea: PAIR(3732, 3117)
  1262.                     }
  1263.                     *case: Option2
  1264.                     {
  1265. *% Warning: the following printable width is adjusted (3734->3732) so it is divisible by the resolution X scale.
  1266. *% Warning: the following printable length is adjusted (3118->3117) so it is divisible by the resolution Y scale.
  1267.                         *PrintableArea: PAIR(3732, 3117)
  1268.                     }
  1269.                     *case: Option3
  1270.                     {
  1271. *% Warning: the following printable width is adjusted (3734->3732) so it is divisible by the resolution X scale.
  1272. *% Warning: the following printable length is adjusted (3118->3114) so it is divisible by the resolution Y scale.
  1273.                         *PrintableArea: PAIR(3732, 3114)
  1274.                     }
  1275.                 }
  1276.             }
  1277.             *case: MANUAL
  1278.             {
  1279.                 *PrintableArea: PAIR(3734, 2686)
  1280.                 *PrintableOrigin: PAIR(90, 108)
  1281.                 *switch: Resolution
  1282.                 {
  1283.                     *case: Option1
  1284.                     {
  1285. *% Warning: the following printable width is adjusted (3734->3732) so it is divisible by the resolution X scale.
  1286. *% Warning: the following printable length is adjusted (2686->2685) so it is divisible by the resolution Y scale.
  1287.                         *PrintableArea: PAIR(3732, 2685)
  1288.                     }
  1289.                     *case: Option2
  1290.                     {
  1291. *% Warning: the following printable width is adjusted (3734->3732) so it is divisible by the resolution X scale.
  1292. *% Warning: the following printable length is adjusted (2686->2685) so it is divisible by the resolution Y scale.
  1293.                         *PrintableArea: PAIR(3732, 2685)
  1294.                     }
  1295.                     *case: Option3
  1296.                     {
  1297. *% Warning: the following printable width is adjusted (3734->3732) so it is divisible by the resolution X scale.
  1298. *% Warning: the following printable length is adjusted (2686->2682) so it is divisible by the resolution Y scale.
  1299.                         *PrintableArea: PAIR(3732, 2682)
  1300.                     }
  1301.                 }
  1302.             }
  1303.             *case: AUTO
  1304.             {
  1305.                 *PrintableArea: PAIR(3734, 2686)
  1306.                 *PrintableOrigin: PAIR(90, 108)
  1307.                 *switch: Resolution
  1308.                 {
  1309.                     *case: Option1
  1310.                     {
  1311. *% Warning: the following printable width is adjusted (3734->3732) so it is divisible by the resolution X scale.
  1312. *% Warning: the following printable length is adjusted (2686->2685) so it is divisible by the resolution Y scale.
  1313.                         *PrintableArea: PAIR(3732, 2685)
  1314.                     }
  1315.                     *case: Option2
  1316.                     {
  1317. *% Warning: the following printable width is adjusted (3734->3732) so it is divisible by the resolution X scale.
  1318. *% Warning: the following printable length is adjusted (2686->2685) so it is divisible by the resolution Y scale.
  1319.                         *PrintableArea: PAIR(3732, 2685)
  1320.                     }
  1321.                     *case: Option3
  1322.                     {
  1323. *% Warning: the following printable width is adjusted (3734->3732) so it is divisible by the resolution X scale.
  1324. *% Warning: the following printable length is adjusted (2686->2682) so it is divisible by the resolution Y scale.
  1325.                         *PrintableArea: PAIR(3732, 2682)
  1326.                     }
  1327.                 }
  1328.             }
  1329.         }
  1330.     }
  1331.     *Option: ENV_B5
  1332.     {
  1333.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  1334.         *RotateSize? : TRUE
  1335.         *Command: CmdSelect
  1336.         {
  1337.             *Order: DOC_SETUP.8
  1338.             *Cmd: "<1B>2<1B>C*"
  1339.         }
  1340.         *switch: InputBin
  1341.         {
  1342.             *case: TRACTOR
  1343.             {
  1344.                 *PrintableArea: PAIR(4071, 4990)
  1345.                 *PrintableOrigin: PAIR(90, 0)
  1346.                 *switch: Resolution
  1347.                 {
  1348.                     *case: Option1
  1349.                     {
  1350. *% Warning: the following printable length is adjusted (4990->4989) so it is divisible by the resolution Y scale.
  1351.                         *PrintableArea: PAIR(4071, 4989)
  1352.                     }
  1353.                     *case: Option2
  1354.                     {
  1355. *% Warning: the following printable width is adjusted (4071->4068) so it is divisible by the resolution X scale.
  1356. *% Warning: the following printable length is adjusted (4990->4989) so it is divisible by the resolution Y scale.
  1357.                         *PrintableArea: PAIR(4068, 4989)
  1358.                     }
  1359.                     *case: Option3
  1360.                     {
  1361. *% Warning: the following printable width is adjusted (4071->4068) so it is divisible by the resolution X scale.
  1362. *% Warning: the following printable length is adjusted (4990->4986) so it is divisible by the resolution Y scale.
  1363.                         *PrintableArea: PAIR(4068, 4986)
  1364.                     }
  1365.                 }
  1366.             }
  1367.             *case: MANUAL
  1368.             {
  1369.                 *PrintableArea: PAIR(4071, 4558)
  1370.                 *PrintableOrigin: PAIR(90, 108)
  1371.                 *switch: Resolution
  1372.                 {
  1373.                     *case: Option1
  1374.                     {
  1375. *% Warning: the following printable length is adjusted (4558->4557) so it is divisible by the resolution Y scale.
  1376.                         *PrintableArea: PAIR(4071, 4557)
  1377.                     }
  1378.                     *case: Option2
  1379.                     {
  1380. *% Warning: the following printable width is adjusted (4071->4068) so it is divisible by the resolution X scale.
  1381. *% Warning: the following printable length is adjusted (4558->4557) so it is divisible by the resolution Y scale.
  1382.                         *PrintableArea: PAIR(4068, 4557)
  1383.                     }
  1384.                     *case: Option3
  1385.                     {
  1386. *% Warning: the following printable width is adjusted (4071->4068) so it is divisible by the resolution X scale.
  1387. *% Warning: the following printable length is adjusted (4558->4554) so it is divisible by the resolution Y scale.
  1388.                         *PrintableArea: PAIR(4068, 4554)
  1389.                     }
  1390.                 }
  1391.             }
  1392.             *case: AUTO
  1393.             {
  1394.                 *PrintableArea: PAIR(4071, 4558)
  1395.                 *PrintableOrigin: PAIR(90, 108)
  1396.                 *switch: Resolution
  1397.                 {
  1398.                     *case: Option1
  1399.                     {
  1400. *% Warning: the following printable length is adjusted (4558->4557) so it is divisible by the resolution Y scale.
  1401.                         *PrintableArea: PAIR(4071, 4557)
  1402.                     }
  1403.                     *case: Option2
  1404.                     {
  1405. *% Warning: the following printable width is adjusted (4071->4068) so it is divisible by the resolution X scale.
  1406. *% Warning: the following printable length is adjusted (4558->4557) so it is divisible by the resolution Y scale.
  1407.                         *PrintableArea: PAIR(4068, 4557)
  1408.                     }
  1409.                     *case: Option3
  1410.                     {
  1411. *% Warning: the following printable width is adjusted (4071->4068) so it is divisible by the resolution X scale.
  1412. *% Warning: the following printable length is adjusted (4558->4554) so it is divisible by the resolution Y scale.
  1413.                         *PrintableArea: PAIR(4068, 4554)
  1414.                     }
  1415.                 }
  1416.             }
  1417.         }
  1418.     }
  1419.     *Option: CUSTOMSIZE
  1420.     {
  1421.         *rcNameID: =USER_DEFINED_SIZE_DISPLAY
  1422.         *MinSize: PAIR(720, 216)
  1423.         *MaxSize: PAIR(7200, 18144)
  1424.         *MaxPrintableWidth: 7200
  1425.         *MinLeftMargin: 90
  1426.         *CenterPrintable?: FALSE
  1427.         *switch: InputBin
  1428.         {
  1429.             *case: TRACTOR
  1430.             {
  1431.                 *TopMargin: 0
  1432.                 *BottomMargin: 0
  1433.             }
  1434.             *case: MANUAL
  1435.             {
  1436.                 *TopMargin: 108
  1437.                 *BottomMargin: 324
  1438.             }
  1439.             *case: AUTO
  1440.             {
  1441.                 *TopMargin: 108
  1442.                 *BottomMargin: 324
  1443.             }
  1444.         }
  1445.         *Command: CmdSelect
  1446.         {
  1447.             *Order: DOC_SETUP.8
  1448.             *Cmd: "<1B>2<1B>C" %c{(PhysPaperLength / 72) }
  1449.         }
  1450.     }
  1451. }
  1452. *Feature: PrintQuality
  1453. {
  1454.     *rcNameID: =TEXT_QUALITY_DISPLAY
  1455.     *DefaultOption: LETTER_QUALITY
  1456.     *Option: LETTER_QUALITY
  1457.     {
  1458.         *rcNameID: =LETTER_QUALITY_DISPLAY
  1459.         *Command: CmdSelect
  1460.         {
  1461.             *Order: DOC_SETUP.6
  1462.             *Cmd: "<1B>x<01>"
  1463.         }
  1464.     }
  1465.     *Option: DRAFT_QUALITY
  1466.     {
  1467.         *rcNameID: =DRAFT_QUALITY_DISPLAY
  1468.         *Command: CmdSelect
  1469.         {
  1470.             *Order: DOC_SETUP.6
  1471.             *Cmd: "<1B>x<00>"
  1472.         }
  1473.     }
  1474. }
  1475. *Feature: Halftone
  1476. {
  1477.     *rcNameID: =HALFTONING_DISPLAY
  1478.     *DefaultOption: HT_PATSIZE_AUTO
  1479.     *Option: HT_PATSIZE_AUTO
  1480.     {
  1481.         *rcNameID: =HT_AUTO_SELECT_DISPLAY
  1482.     }
  1483. *Ifdef: WINNT_50
  1484.     *Option: HT_PATSIZE_SUPERCELL_M
  1485.     {
  1486.         *rcNameID: =HT_SUPERCELL_DISPLAY
  1487.     }
  1488. *Endif:
  1489.     *Option: HT_PATSIZE_6x6_M
  1490.     {
  1491.         *rcNameID: =HT_DITHER6X6_DISPLAY
  1492.     }
  1493.     *Option: HT_PATSIZE_8x8_M
  1494.     {
  1495.         *rcNameID: =HT_DITHER8X8_DISPLAY
  1496.     }
  1497. }
  1498. *Command: CmdStartDoc
  1499. {
  1500.     *Order: DOC_SETUP.1
  1501.     *Cmd: "<1B07>E<031B07>C@<1B>t<011B>6<121B>w<001B>W<001B>U<001B>2<1B>O"
  1502. }
  1503. *Command: CmdStartPage
  1504. {
  1505.     *Order: PAGE_SETUP.1
  1506.     *Cmd: "<0D>"
  1507. }
  1508. *Command: CmdEndJob
  1509. {
  1510.     *Order: JOB_FINISH.1
  1511.     *Cmd: "<0D1B>@"
  1512. }
  1513. *RotateCoordinate?: FALSE
  1514. *RotateRaster?: FALSE
  1515. *RotateFont?: FALSE
  1516. *switch: Orientation
  1517. {
  1518.     *case: PORTRAIT
  1519.     {
  1520.         *TextCaps: LIST(TC_OP_CHARACTER,TC_EA_DOUBLE,TC_IA_ABLE,TC_UA_ABLE,TC_RA_ABLE)
  1521.     }
  1522.     *case: LANDSCAPE_CC270
  1523.     {
  1524.         *TextCaps: LIST(TC_RA_ABLE)
  1525.     }
  1526. }
  1527. *CursorXAfterCR: AT_CURSOR_X_ORIGIN
  1528. *YMoveAttributes: LIST(SEND_CR_FIRST)
  1529. *MaxLineSpacing: 255
  1530. *XMoveThreshold: *
  1531. *YMoveThreshold: *
  1532. *XMoveUnit: 120
  1533. *YMoveUnit: 216
  1534. *Command: CmdXMoveRelRight { *Cmd : "<1B>\" %l{(DestXRel / 6) } }
  1535. *Command: CmdYMoveRelDown { *Cmd : "<1B>J" %c[0,255]{max_repeat((DestYRel / 2) )} }
  1536. *Command: CmdSetLineSpacing { *Cmd : "<1B>3" %c[0,255]{(LinefeedSpacing / 2) } }
  1537. *Command: CmdCR { *Cmd : "<0D>" }
  1538. *Command: CmdLF { *Cmd : "<0A>" }
  1539. *Command: CmdFF { *Cmd : "<0C>" }
  1540. *Command: CmdBackSpace { *Cmd : "<08>" }
  1541. *Command: CmdUniDirectionOn { *Cmd : "<1B>U<01>" }
  1542. *Command: CmdUniDirectionOff { *Cmd : "<1B>U<00>" }
  1543. *EjectPageWithFF?: TRUE
  1544. *OutputDataFormat: V_BYTE
  1545. *OptimizeLeftBound?: FALSE
  1546. *CursorXAfterSendBlockData: AT_GRXDATA_END
  1547. *CursorYAfterSendBlockData: NO_MOVE
  1548. *DefaultFont: 63
  1549. *DefaultCTT: 2
  1550. *switch: Orientation
  1551. {
  1552.     *case: PORTRAIT
  1553.     {
  1554.         *DeviceFonts: LIST(51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,
  1555. +                   67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82)
  1556.     }
  1557.     *case: LANDSCAPE_CC270
  1558.     {
  1559.         *DeviceFonts: LIST()
  1560.     }
  1561. }
  1562. *Command: CmdBoldOn { *Cmd : "<1B>E" }
  1563. *Command: CmdBoldOff { *Cmd : "<1B>F" }
  1564. *Command: CmdItalicOn { *Cmd : "<1B>4" }
  1565. *Command: CmdItalicOff { *Cmd : "<1B>5" }
  1566. *Command: CmdUnderlineOn { *Cmd : "<1B>-<01>" }
  1567. *Command: CmdUnderlineOff { *Cmd : "<1B>-<00>" }
  1568.